home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gnupg-curl.postrm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2013-01-02
|
288 b
|
18 lines
#!/bin/sh
# postrm script for gnupg-curl
#
# see: dh_installdeb(1)
set -e
if [ "$1" = remove ] ; then
dpkg-divert --package gnupg-curl --rename \
--remove /usr/lib/gnupg/gpgkeys_curl
dpkg-divert --package gnupg-curl --rename \
--remove /usr/lib/gnupg/gpgkeys_hkp
fi
exit 0